.header {
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #EBEDEE;
}

.logo {
	width: 16.66666667%;
	height: 100%;
	margin-left: 2%;
	display: inline-block;
}

.logo-wrap {
	display: flex;
	width: 230px;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.logo img{
	width: 80%;
	height: 80%;
}

.nav {
	width: 40%;
	min-width: 400px;
	height: 100%;
	float: right;
}

.nav ul {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav ul li {
	height: 100%;
}

.nav ul li a {
	text-decoration: none;
	height: 100%;
	color: #666;
	display: inline-block;
	line-height: 80px;
	padding: 0 1em;
}

.nav ul li a:hover {
	border-bottom: 3px solid #2db7f5;
	color: #2db7f5;
}

.banner {
	width: 100%;
	height: 562px;
	position: relative;
	overflow: hidden;
	background: #000;
}
.banner li {
	list-style: none;
}

.banner ul li {
	background: #bbb;
	position: relative;
	width: 100%;
	float: left;
}
.banner:hover .banner-page{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner-page {
	position: absolute;
	display: none;
	z-index: 777;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.banner-page .unslider-arrow {
	width: 50px;
	height: 100px;
}
.banner-page .iconfont {
	font-size: 50px;
	color: #666;
}
.banner-page a {
	cursor: pointer;
}
.banner-page .unslider-arrow .prev {
	border: 1px solid blue;

}
.banner-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction:column;
	align-items: center;
}
.tips {
	color: white;
	padding: 0.2em 2em;
	font-size: 1.2em;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: rgba(170, 170, 170, 0.35);
	cursor: pointer;
	z-index: 999;
	letter-spacing: 1px;
	line-height: 2em;
	margin-top: 50px;
	text-shadow: 0 1px 1px #eee;
}
.tips p {
	margin: 0.1em 0;
}
.tips b {
	font-size: 1.3em;
}
.banner img {
	width: 100%;
	display: block;
}

.opacity5 {
	/* older safari/Chrome browsers */
	-webkit-opacity: 0.5;
	/* Netscape and Older than Firefox 0.9 */
	-moz-opacity: 0.5;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	-khtml-opacity: 0.5;
	/* IE9 + etc...modern browsers */
	opacity: .5;
	/* IE 4-9 */
	filter:alpha(opacity=50);
	/*This works in IE 8 & 9 too*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.qrstyle{
	position: relative;
	width: 30%;
	height: 30%;
}
.content {
	background: white;
}
.content .bord {
	height: 340px;
}
.bord-bg:nth-child(even) {
	background: #efefef;;
}
.contact {
	padding: 1em 0;
}
.contact h2 {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
}
.contact .contact-detail {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact .contact-box {
	display: inline-block;
	padding: 0 30px 20px 30px;
	text-align: center;
}
.contact .contact-box p {
	line-height: 2.5em;
	font-size: 1.1em;
	color: #666;
}

.contact .contact-box b {
	color: #c9302c;
	font-size: 1.4em;
	line-height: 2.5em;

}

/* company */
#company {
	padding: 60px 10%;
}
#company .c-logo {
	display: inline-block;
	width: 19%;
	vertical-align: top;
	height: 100%;
}
#company .c-logo-wrapper {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}
#company .c-logo img {
	width: 100px;
	max-width: 100%;
	display: block;
}
#company .c-desc {
	display: inline-block;
	width: 80%;
}
#company h1{
	font-size: 1.5em;
	margin-bottom: 30px;
}
#company p {
	line-height: 2em;
}

.bord {
	padding: 50px 10%;
}
.bord .bord-pic {
	width: 30%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.bord .bord-pic img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.bord .bord-desc {
	color: #666;
	width: 69%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 2em 2em;
	letter-spacing: 1px;
	line-height: 2em;
}
.bord .bord-desc h1 {
	font-weight: bold;
	font-size: 1.2em;
}
.bord .bord-desc p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0.4em 0;
}
.bord-pic-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer {
	background: #333;
	color: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
}

.pay-pic{
	position:center;
	max-width: 10px;
	height: auto;
}
